GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.GanttView Namespace / PropertyStorage<T> Class / Insert Method

In This Topic
    Insert Method (PropertyStorage<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    public virtual void Insert( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also